runtime.stackfreelist.list (field)

11 uses

	runtime (current package)
		mcache.go#L78: 	list gclinkptr // linked list of free stacks
		stack.go#L288: 	c.stackcache[order].list = list
		stack.go#L297: 	x := c.stackcache[order].list
		stack.go#L307: 	c.stackcache[order].list = x
		stack.go#L318: 		x := c.stackcache[order].list
		stack.go#L324: 		c.stackcache[order].list = 0
		stack.go#L382: 			x = c.stackcache[order].list
		stack.go#L385: 				x = c.stackcache[order].list
		stack.go#L387: 			c.stackcache[order].list = x.ptr().next
		stack.go#L484: 			x.ptr().next = c.stackcache[order].list
		stack.go#L485: 			c.stackcache[order].list = x